[]
Gets the index of the specified item.
public override int IndexOf(object? item)
Public Overrides Function IndexOf(item As Object) As Integer
| Type | Name | Description |
|---|---|---|
| object | item | The item to look for. |
| Type | Description |
|---|---|
| int | The index of the item. |